home *** CD-ROM | disk | FTP | other *** search
/ An Invitation to the Roland World of Music / Roland - An Invitation To The Roland World Of Music.bin / vb / cooltool / smartlnk / smartlnk.frm next >
Text File  |  1995-04-20  |  5KB  |  143 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Smart Link"
  6.    ClientHeight    =   3540
  7.    ClientLeft      =   1950
  8.    ClientTop       =   1965
  9.    ClientWidth     =   6810
  10.    Height          =   3945
  11.    Left            =   1890
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    ScaleHeight     =   3540
  15.    ScaleWidth      =   6810
  16.    Top             =   1620
  17.    Width           =   6930
  18.    Begin VIndicator VIndicator1 
  19.       BackColor       =   &H00C0C0C0&
  20.       BevelInner      =   0  'None
  21.       BevelOuter      =   1  'Raised
  22.       BevelWidth      =   1
  23.       Border          =   1  'Single Width
  24.       BorderWidth     =   2
  25.       Height          =   3510
  26.       ItemBackColor   =   &H00C0C0C0&
  27.       ItemCount1      =   5
  28.       ItemCount2      =   3
  29.       ItemCount3      =   2
  30.       ItemForeColor1  =   &H00C0E0FF&
  31.       ItemForeColor2  =   &H00FF00FF&
  32.       ItemForeColor3  =   &H00800080&
  33.       Left            =   960
  34.       LinkControl     =   "[None]"
  35.       LinkProperty    =   "Value"
  36.       Max             =   100
  37.       Min             =   0
  38.       ThreeD          =   -1  'True
  39.       Top             =   0
  40.       Value           =   0
  41.       Width           =   885
  42.    End
  43.    Begin Knob Knob1 
  44.       BackColor       =   &H00C0C0C0&
  45.       BevelWidth      =   2
  46.       BorderWidth     =   4
  47.       Height          =   1092
  48.       Indicator       =   1  'Line
  49.       IndicatorColor  =   &H00FF00FF&
  50.       IndicatorWidth  =   0
  51.       KnobColor       =   &H00C0C0C0&
  52.       KnobStyle       =   3  'Textured
  53.       Left            =   -360
  54.       LinkControl     =   "VIndicator1"
  55.       LinkProperty    =   "Value"
  56.       Max             =   100
  57.       Min             =   0
  58.       Radius          =   300
  59.       TickCaptionColor=   &H00000000&
  60.       TickCaptions    =   SMARTLNK.FRX:0000
  61.       TickColor       =   &H00000000&
  62.       TickCount       =   0
  63.       TickGap         =   2
  64.       TickLength      =   8
  65.       TickWidth       =   1
  66.       Top             =   0
  67.       Value           =   0
  68.       Width           =   1572
  69.    End
  70.    Begin HSlider HSlider1 
  71.       BackColor       =   &H00C0C0C0&
  72.       BevelInner      =   2  'Inset
  73.       BevelOuter      =   1  'Raised
  74.       BevelWidth      =   5
  75.       BorderWidth     =   1
  76.       Gap             =   5
  77.       Height          =   795
  78.       LargeChange     =   10
  79.       Left            =   1920
  80.       LinkControl     =   "HIndicator1"
  81.       LinkProperty    =   "Value"
  82.       Max             =   100
  83.       Min             =   0
  84.       ThumbHeight     =   405
  85.       ThumbStyle      =   2  'Pointed Down
  86.       ThumbWidth      =   180
  87.       TickColor       =   &H00000000&
  88.       TickCount       =   15
  89.       TickLength      =   4
  90.       TickMarks       =   2  'Bottom
  91.       TickWidth       =   1
  92.       Top             =   1260
  93.       TrackBevel      =   1  'Raised
  94.       TrackWidth      =   0
  95.       Value           =   0
  96.       Width           =   4815
  97.    End
  98.    Begin HIndicator HIndicator1 
  99.       BackColor       =   &H00C0C0C0&
  100.       BevelInner      =   0  'None
  101.       BevelOuter      =   3  'Lowered
  102.       BevelWidth      =   1
  103.       Border          =   1  'Single Width
  104.       BorderWidth     =   2
  105.       Height          =   3495
  106.       ItemBackColor   =   &H00C0C0C0&
  107.       ItemCount1      =   15
  108.       ItemCount2      =   7
  109.       ItemCount3      =   3
  110.       ItemForeColor1  =   &H0000FF00&
  111.       ItemForeColor2  =   &H0000FFFF&
  112.       ItemForeColor3  =   &H000000FF&
  113.       Left            =   1860
  114.       LinkControl     =   "[None]"
  115.       LinkProperty    =   "Value"
  116.       Max             =   100
  117.       Min             =   0
  118.       ThreeD          =   -1  'True
  119.       Top             =   0
  120.       Value           =   0
  121.       Width           =   4935
  122.    End
  123.    Begin Label Label1 
  124.       Alignment       =   2  'Center
  125.       BackColor       =   &H00C0C0C0&
  126.       Caption         =   "Use the LinkControl and LinkProperty properties to link controls with no coding."
  127.       FontBold        =   0   'False
  128.       FontItalic      =   0   'False
  129.       FontName        =   "MS Sans Serif"
  130.       FontSize        =   8.25
  131.       FontStrikethru  =   0   'False
  132.       FontUnderline   =   0   'False
  133.       ForeColor       =   &H00800080&
  134.       Height          =   2355
  135.       Left            =   0
  136.       TabIndex        =   0
  137.       Top             =   1140
  138.       Width           =   915
  139.    End
  140. End
  141. Option Explicit
  142.  
  143.